x86/waitqueue: Because we have per-cpu stacks, we must wake up on teh
authorKeir Fraser <keir@xen.org>
Thu, 24 Nov 2011 15:50:08 +0000 (15:50 +0000)
committerKeir Fraser <keir@xen.org>
Thu, 24 Nov 2011 15:50:08 +0000 (15:50 +0000)
commit44fc6177ee75cf11fb5cf4079f9482acb634055f
treef1b89b1938fae35e98f12a4b9b8bb155fe16d6fb
parent9333781f509b67bf5c08a790664a660bab3dc819
x86/waitqueue: Because we have per-cpu stacks, we must wake up on teh
same cpu that we slept on. Otherwise stack references are bogus on
wakeup.

Signed-off-by: Keir Fraser <keir@xen.org>
xen/common/wait.c